C# : WHAT KIND OF CONNECTION SHOULD I USE ? [closed]
        Posted  
        
            by Harun
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Harun
        
        
        
        Published on 2010-03-09T03:09:22Z
        Indexed on 
            2010/03/09
            3:21 UTC
        
        
        Read the original article
        Hit count: 241
        
I am developing a network based application. I need to retrieve data through internet. The scenario is like this - a client machine will send data through internet to the server machine and data size will be big enough. So should i use simple TCP/IP socket concept or else? Because i never did a socket program which will retrieve data through internet..... Any suggestion will be very helpful....... Thanks.
© Stack Overflow or respective owner